home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Programming / Programming Languages / XLISP 2.0 / XLISP Tools / Utility (UL) / GLOBAL.LSP < prev    next >
Encoding:
Lisp/Scheme  |  1988-04-07  |  152 b   |  9 lines  |  [TEXT/ttxt]

  1. ;; Larry Mulcahy 1988
  2. ;; global variables
  3.  
  4. ; needs DECLARE
  5.  
  6. (defconstant *lisp-extension* ".lsp")
  7. (defvar *modules* nil)
  8. (defconstant *line-length* 72)
  9.